home *** CD-ROM | disk | FTP | other *** search
- /* iconicLDEF.h */
- /*
- * Header file for the LDEF demo: the IconInfo structure
- * defines the contents of a list cell. Also, define
- * the application global values.
- *
- * Copyright 1990 Martin Minow and MacTutor.
- */
- #define NIL ((void *) 0)
-
- typedef struct {
- Handle handle;
- unsigned short number;
- } IconInfo;
-
- /*
- * This is just to demonstrate that we can access an
- * application global value from the LDEF handler.
- */
- extern Boolean drawAsText;
-